home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Whiteline: delta
/
whiteline CD Series - delta.iso
/
tools
/
utils
/
smc_tt1
/
db_proto.h
< prev
next >
Wrap
Text File
|
1995-11-25
|
164b
|
8 lines
/*--- Prototypen fuer Debugausgaben ---- */
void debug_open(void);
void debug_close(void);
void debug_str(char *str);
void debug_int(char *txt,long wert);